home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / e9.k < prev    next >
Encoding:
Text File  |  2002-08-01  |  23.1 KB  |  1,166 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000002EF,$00000050,$0000013C,$0000035C,$00000000,$FFFFFFC8,$00000000,$00000000};
  6.         LayoutWindow is {$0000003D,$0000009D,$000002AE,$000002A2,$00000000,$0000001D,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         oI230,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         oTexte_RTF37,
  51.         ovid_o38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Target is oFond2; URL is "../Images/s9m.jpg"; end,
  63.                         cDragCommand
  64.                         with Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  65.                         cGrowCommand
  66.                         with Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  67.                         cShowCommand
  68.                         with Target is ovid_o38; end,
  69.                         cEnableCommand
  70.                         with Target is ovid_o38; end,
  71.                         cRunCommand
  72.                         with Target is ovid_o38; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  82.                         cShowCommand
  83.                         with Target is ovid_o38; end,
  84.                         cEnableCommand
  85.                         with Target is ovid_o38; end,
  86.                         cRunCommand
  87.                         with Target is ovid_o38; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Flags is $00000150; 
  126.     Name is "Fond"; 
  127.     Enabled is false; Cursor is oEmptyCursor; 
  128.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "../Images/s9p.jpg"; 
  132.     
  133.     
  134.     Events is [
  135.         cOnscreenEvent
  136.         with Flags is $00000004; 
  137.             Commands is [
  138.                 cTokenCommand
  139.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  140.             ];
  141.         end
  142.     ];
  143. end;
  144.  
  145. object ob13 is cImage
  146. with 
  147.     Name is "b1"; 
  148.     Enabled is false; Shown is false; 
  149.     X is -21; Y is 157; 
  150.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  151.     
  152.     URL is "../Images/BOUTONV2.psd"; 
  153.     Bitmapped is false; Mode is 260; 
  154.     
  155. end;
  156.  
  157. object ob24 is cImage
  158. with 
  159.     Name is "b2"; 
  160.     Enabled is false; Shown is false; 
  161.     X is -21; Y is 184; 
  162.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  163.     
  164.     URL is "../Images/BOUTONV2.psd"; 
  165.     Mode is 260; 
  166.     
  167. end;
  168.  
  169. object ob35 is cImage
  170. with 
  171.     Name is "b3"; 
  172.     Enabled is false; Shown is false; 
  173.     X is -21; Y is 210; 
  174.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  175.     
  176.     URL is "../Images/BOUTONV2.psd"; 
  177.     Mode is 260; 
  178.     
  179. end;
  180.  
  181. object ob46 is cImage
  182. with 
  183.     Name is "b4"; 
  184.     Enabled is false; Shown is false; 
  185.     X is -21; Y is 235; 
  186.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  187.     
  188.     URL is "../Images/BOUTONV2.psd"; 
  189.     Mode is 260; 
  190.     
  191. end;
  192.  
  193. object ob57 is cImage
  194. with 
  195.     Name is "b5"; 
  196.     Enabled is false; Shown is false; 
  197.     X is -21; Y is 264; 
  198.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  199.     
  200.     URL is "../Images/BOUTONV2.psd"; 
  201.     Mode is 260; 
  202.     
  203. end;
  204.  
  205. object ob68 is cImage
  206. with 
  207.     Name is "b6"; 
  208.     Enabled is false; Shown is false; 
  209.     X is -21; Y is 290; 
  210.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  211.     
  212.     URL is "../Images/BOUTONV2.psd"; 
  213.     Mode is 260; 
  214.     
  215. end;
  216.  
  217. object ob79 is cImage
  218. with 
  219.     Name is "b7"; 
  220.     Enabled is false; Shown is false; 
  221.     X is -21; Y is 316; 
  222.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  223.     
  224.     URL is "../Images/BOUTONV2.psd"; 
  225.     Mode is 260; 
  226.     
  227. end;
  228.  
  229. object ob810 is cImage
  230. with 
  231.     Name is "b8"; 
  232.     Enabled is false; Shown is false; 
  233.     X is -21; Y is 343; 
  234.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  235.     
  236.     URL is "../Images/BOUTONV2.psd"; 
  237.     Mode is 260; 
  238.     
  239. end;
  240.  
  241. object ob911 is cImage
  242. with 
  243.     Name is "b9"; 
  244.     Enabled is false; Shown is false; 
  245.     X is -21; Y is 370; 
  246.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  247.     
  248.     URL is "../Images/BOUTONV2.psd"; 
  249.     Mode is 260; 
  250.     
  251. end;
  252.  
  253. object ob1012 is cImage
  254. with 
  255.     Name is "b10"; 
  256.     Enabled is false; Shown is false; 
  257.     X is -21; Y is 396; 
  258.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  259.     
  260.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  261.     Mode is 260; 
  262.     
  263. end;
  264.  
  265. object ob1113 is cImage
  266. with 
  267.     Name is "b11"; 
  268.     Enabled is false; Shown is false; 
  269.     X is -21; Y is 423; 
  270.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  271.     
  272.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  273.     Mode is 260; 
  274.     
  275. end;
  276.  
  277. object ob1214 is cImage
  278. with 
  279.     Name is "b12"; 
  280.     Enabled is false; Shown is false; 
  281.     X is -25; Y is 455; 
  282.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  283.     
  284.     URL is "../Images/BOUTONV2.psd"; 
  285.     Bitmapped is false; Mode is 260; 
  286.     
  287. end;
  288.  
  289. object of115 is cBox
  290. with 
  291.     Name is "f1"; 
  292.     Cursor is oFingerCursor; 
  293.     X is -1; Y is 172; 
  294.     Width is 162; Height is 27; 
  295.     
  296.     
  297.     Events is [
  298.         cMouseEnterEvent
  299.         with Flags is $00000004; 
  300.             Commands is [
  301.                 cShowCommand
  302.                 with Flags is $00000004; Target is ob13; end
  303.             ];
  304.         end,
  305.         cMouseLeaveEvent
  306.         with Flags is $00000004; 
  307.             Commands is [
  308.                 cShowCommand
  309.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  310.             ];
  311.         end,
  312.         cMouseUpEvent
  313.         with Flags is $00000004; Flag is true; 
  314.             Commands is [
  315.                 cBrowseCommand
  316.                 with Flags is $00000004; URL is "e1.k"; end
  317.             ];
  318.         end
  319.     ];
  320. end;
  321.  
  322. object of216 is cBox
  323. with 
  324.     Name is "f2"; 
  325.     Cursor is oFingerCursor; 
  326.     Y is 200; 
  327.     Width is 160; Height is 26; 
  328.     
  329.     
  330.     Events is [
  331.         cMouseEnterEvent
  332.         with 
  333.             Commands is [
  334.                 cShowCommand
  335.                 with Target is ob24; end
  336.             ];
  337.         end,
  338.         cMouseLeaveEvent
  339.         with 
  340.             Commands is [
  341.                 cShowCommand
  342.                 with Target is ob24; Mode is Clear; end
  343.             ];
  344.         end,
  345.         cMouseUpEvent
  346.         with Flag is true; 
  347.             Commands is [
  348.                 cBrowseCommand
  349.                 with URL is "e2.k"; end
  350.             ];
  351.         end
  352.     ];
  353. end;
  354.  
  355. object of317 is cBox
  356. with 
  357.     Flags is $00000150; 
  358.     Name is "f3"; 
  359.     Cursor is oFingerCursor; 
  360.     Y is 228; 
  361.     Width is 162; Height is 24; 
  362.     
  363.     
  364.     Events is [
  365.         cMouseEnterEvent
  366.         with Flags is $00000004; 
  367.             Commands is [
  368.                 cShowCommand
  369.                 with Flags is $00000004; Target is ob35; end
  370.             ];
  371.         end,
  372.         cMouseLeaveEvent
  373.         with Flags is $00000004; 
  374.             Commands is [
  375.                 cShowCommand
  376.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  377.             ];
  378.         end,
  379.         cMouseUpEvent
  380.         with Flags is $00000004; Flag is true; 
  381.             Commands is [
  382.                 cBrowseCommand
  383.                 with Flags is $00000004; URL is "e3.k"; end
  384.             ];
  385.         end
  386.     ];
  387. end;
  388.  
  389. object of418 is cBox
  390. with 
  391.     Name is "f4"; 
  392.     Cursor is oFingerCursor; 
  393.     Y is 253; 
  394.     Width is 161; Height is 28; 
  395.     
  396.     
  397.     Events is [
  398.         cMouseEnterEvent
  399.         with 
  400.             Commands is [
  401.                 cShowCommand
  402.                 with Target is ob46; end
  403.             ];
  404.         end,
  405.         cMouseLeaveEvent
  406.         with 
  407.             Commands is [
  408.                 cShowCommand
  409.                 with Target is ob46; Mode is Clear; end
  410.             ];
  411.         end,
  412.         cMouseUpEvent
  413.         with Flag is true; 
  414.             Commands is [
  415.                 cBrowseCommand
  416.                 with URL is "e4.k"; end
  417.             ];
  418.         end
  419.     ];
  420. end;
  421.  
  422. object of519 is cBox
  423. with 
  424.     Name is "f5"; 
  425.     Cursor is oFingerCursor; 
  426.     Y is 279; 
  427.     Width is 163; Height is 28; 
  428.     
  429.     
  430.     Events is [
  431.         cMouseEnterEvent
  432.         with 
  433.             Commands is [
  434.                 cShowCommand
  435.                 with Target is ob57; end
  436.             ];
  437.         end,
  438.         cMouseLeaveEvent
  439.         with 
  440.             Commands is [
  441.                 cShowCommand
  442.                 with Target is ob57; Mode is Clear; end
  443.             ];
  444.         end,
  445.         cMouseUpEvent
  446.         with Flag is true; 
  447.             Commands is [
  448.                 cBrowseCommand
  449.                 with URL is "e5.k"; end
  450.             ];
  451.         end
  452.     ];
  453. end;
  454.  
  455. object of620 is cBox
  456. with 
  457.     Flags is $00000150; 
  458.     Name is "f6"; 
  459.     Cursor is oFingerCursor; 
  460.     Y is 305; 
  461.     Width is 163; Height is 28; 
  462.     
  463.     
  464.     Events is [
  465.         cMouseEnterEvent
  466.         with Flags is $00000004; 
  467.             Commands is [
  468.                 cShowCommand
  469.                 with Flags is $00000004; Target is ob68; end
  470.             ];
  471.         end,
  472.         cMouseLeaveEvent
  473.         with Flags is $00000004; 
  474.             Commands is [
  475.                 cShowCommand
  476.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  477.             ];
  478.         end,
  479.         cMouseUpEvent
  480.         with Flags is $00000004; Flag is true; 
  481.             Commands is [
  482.                 cBrowseCommand
  483.                 with Flags is $00000004; URL is "e6.k"; end
  484.             ];
  485.         end
  486.     ];
  487. end;
  488.  
  489. object of721 is cBox
  490. with 
  491.     Name is "f7"; 
  492.     Cursor is oFingerCursor; 
  493.     X is 2; Y is 333; 
  494.     Width is 160; Height is 26; 
  495.     
  496.     
  497.     Events is [
  498.         cMouseEnterEvent
  499.         with 
  500.             Commands is [
  501.                 cShowCommand
  502.                 with Target is ob79; end
  503.             ];
  504.         end,
  505.         cMouseLeaveEvent
  506.         with 
  507.             Commands is [
  508.                 cShowCommand
  509.                 with Target is ob79; Mode is Clear; end
  510.             ];
  511.         end,
  512.         cMouseUpEvent
  513.         with Flag is true; 
  514.             Commands is [
  515.                 cBrowseCommand
  516.                 with URL is "e7.k"; end
  517.             ];
  518.         end
  519.     ];
  520. end;
  521.  
  522. object of822 is cBox
  523. with 
  524.     Name is "f8"; 
  525.     Cursor is oFingerCursor; 
  526.     Y is 359; 
  527.     Width is 160; Height is 27; 
  528.     
  529.     
  530.     Events is [
  531.         cMouseEnterEvent
  532.         with 
  533.             Commands is [
  534.                 cShowCommand
  535.                 with Target is ob810; end
  536.             ];
  537.         end,
  538.         cMouseLeaveEvent
  539.         with 
  540.             Commands is [
  541.                 cShowCommand
  542.                 with Target is ob810; Mode is Clear; end
  543.             ];
  544.         end,
  545.         cMouseUpEvent
  546.         with Flag is true; 
  547.             Commands is [
  548.                 cBrowseCommand
  549.                 with URL is "e8.k"; end
  550.             ];
  551.         end
  552.     ];
  553. end;
  554.  
  555. object of923 is cBox
  556. with 
  557.     Name is "f9"; 
  558.     Cursor is oFingerCursor; 
  559.     Y is 386; 
  560.     Width is 163; Height is 25; 
  561.     
  562.     
  563.     Events is [
  564.         cMouseEnterEvent
  565.         with 
  566.             Commands is [
  567.                 cShowCommand
  568.                 with Target is ob911; end
  569.             ];
  570.         end,
  571.         cMouseLeaveEvent
  572.         with 
  573.             Commands is [
  574.                 cShowCommand
  575.                 with Target is ob911; Mode is Clear; end
  576.             ];
  577.         end,
  578.         cMouseUpEvent
  579.         with Flag is true; 
  580.             Commands is [
  581.                 cBrowseCommand
  582.                 with URL is "e9.k"; end
  583.             ];
  584.         end
  585.     ];
  586. end;
  587.  
  588. object of1024 is cBox
  589. with 
  590.     Name is "f10"; 
  591.     Cursor is oFingerCursor; 
  592.     X is 1; Y is 412; 
  593.     Width is 161; Height is 28; 
  594.     
  595.     
  596.     Events is [
  597.         cMouseEnterEvent
  598.         with 
  599.             Commands is [
  600.                 cShowCommand
  601.                 with Target is ob1012; end
  602.             ];
  603.         end,
  604.         cMouseLeaveEvent
  605.         with 
  606.             Commands is [
  607.                 cShowCommand
  608.                 with Target is ob1012; Mode is Clear; end
  609.             ];
  610.         end,
  611.         cMouseUpEvent
  612.         with Flag is true; 
  613.             Commands is [
  614.                 cBrowseCommand
  615.                 with URL is "e10.k"; end
  616.             ];
  617.         end
  618.     ];
  619. end;
  620.  
  621. object of1125 is cBox
  622. with 
  623.     Flags is $00000150; 
  624.     Name is "f11"; 
  625.     Cursor is oFingerCursor; 
  626.     Y is 438; 
  627.     Width is 161; Height is 28; 
  628.     
  629.     
  630.     Events is [
  631.         cMouseEnterEvent
  632.         with Flags is $00000004; 
  633.             Commands is [
  634.                 cShowCommand
  635.                 with Flags is $00000004; Target is ob1113; end
  636.             ];
  637.         end,
  638.         cMouseLeaveEvent
  639.         with Flags is $00000004; 
  640.             Commands is [
  641.                 cShowCommand
  642.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  643.             ];
  644.         end,
  645.         cMouseUpEvent
  646.         with Flags is $00000004; Flag is true; 
  647.             Commands is [
  648.                 cBrowseCommand
  649.                 with Flags is $00000004; URL is "e11.k"; end
  650.             ];
  651.         end
  652.     ];
  653. end;
  654.  
  655. object of1226 is cBox
  656. with 
  657.     Flags is $00000150; 
  658.     Name is "f12"; 
  659.     Cursor is oFingerCursor; 
  660.     X is -1; Y is 470; 
  661.     Width is 162; Height is 32; 
  662.     
  663.     
  664.     Events is [
  665.         cMouseEnterEvent
  666.         with Flags is $00000004; 
  667.             Commands is [
  668.                 cShowCommand
  669.                 with Flags is $00000004; Target is ob1214; end
  670.             ];
  671.         end,
  672.         cMouseLeaveEvent
  673.         with Flags is $00000004; 
  674.             Commands is [
  675.                 cShowCommand
  676.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  677.             ];
  678.         end,
  679.         cMouseUpEvent
  680.         with Flags is $00000004; Flag is true; 
  681.             Commands is [
  682.                 cBrowseCommand
  683.                 with Flags is $00000004; URL is "e12.k"; end
  684.             ];
  685.         end
  686.     ];
  687. end;
  688.  
  689. object oInternet27 is cBox
  690. with 
  691.     Flags is $00008151; 
  692.     Name is "Internet"; 
  693.     Cursor is oEarthCursor; 
  694.     X is 259; Y is 539; 
  695.     Width is 149; Height is 19; 
  696.     
  697.     
  698.     Events is [
  699.         cMouseUpEvent
  700.         with Flags is $00004004; Flag is true; 
  701.             Commands is [
  702.                 cLaunchCommand
  703.                 with Flags is $00004004; URL is "http://www.possession-movie.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  704.             ];
  705.         end
  706.     ];
  707. end;
  708.  
  709. object ol128 is cBox
  710. with 
  711.     Flags is $00000150; 
  712.     Name is "l1"; 
  713.     Cursor is oFingerCursor; 
  714.     X is 261; Y is 501; 
  715.     Width is 69; Height is 16; 
  716.     
  717.     
  718.     Events is [
  719.         cMouseUpEvent
  720.         with Flags is $00000004; Flag is true; 
  721.             Commands is [
  722.                 cIfCookieCommand
  723.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  724.                     Commands is [
  725.                         cTokenCommand
  726.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  727.                     ];
  728.                 end,
  729.                 cBrowseCommand
  730.                 with Flags is $00000004; URL is "f21.k"; end
  731.             ];
  732.         end
  733.     ];
  734. end;
  735.  
  736. object ol129 is cBox
  737. with 
  738.     Flags is $00000150; 
  739.     Name is "l1"; 
  740.     Cursor is oFingerCursor; 
  741.     X is 227; Y is 520; 
  742.     Width is 87; Height is 18; 
  743.     
  744.     
  745.     Events is [
  746.         cMouseUpEvent
  747.         with Flags is $00000004; Flag is true; 
  748.             Commands is [
  749.                 cIfCookieCommand
  750.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  751.                     Commands is [
  752.                         cTokenCommand
  753.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  754.                     ];
  755.                 end,
  756.                 cBrowseCommand
  757.                 with Flags is $00000004; URL is "f28.k"; end
  758.             ];
  759.         end
  760.     ];
  761. end;
  762.  
  763. object oI230 is cBox
  764. with 
  765.     Flags is $00000150; 
  766.     Name is "I2"; 
  767.     Cursor is oFingerCursor; 
  768.     X is 318; Y is 519; 
  769.     Width is 81; Height is 19; 
  770.     
  771.     
  772.     Events is [
  773.         cMouseUpEvent
  774.         with Flags is $00000004; Flag is true; 
  775.             Commands is [
  776.                 cIfCookieCommand
  777.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  778.                     Commands is [
  779.                         cTokenCommand
  780.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  781.                     ];
  782.                 end,
  783.                 cBrowseCommand
  784.                 with Flags is $00000004; URL is "f13.k"; end
  785.             ];
  786.         end
  787.     ];
  788. end;
  789.  
  790. object oBouton_Fiche31 is cImage
  791. with 
  792.     Name is "Bouton Fiche"; 
  793.     Shown is false; Cursor is oFingerCursor; 
  794.     X is 167; Y is 573; 
  795.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  796.     
  797.     URL is "../Images/%E9cran%20fiche.jpg"; 
  798.     
  799.     
  800.     Events is [
  801.         cMouseEnterEvent
  802.         with 
  803.             Commands is [
  804.                 cShowCommand
  805.                 with Target is oTargetSelf; end
  806.             ];
  807.         end,
  808.         cMouseLeaveEvent
  809.         with 
  810.             Commands is [
  811.                 cShowCommand
  812.                 with Target is oTargetSelf; Mode is Clear; end
  813.             ];
  814.         end,
  815.         cMouseUpEvent
  816.         with Flag is true; 
  817.             Commands is [
  818.                 cShowCommand
  819.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  820.                 cEnableCommand
  821.                 with Target is oFiche_Technique36; Mode is Toggle; end
  822.             ];
  823.         end
  824.     ];
  825. end;
  826.  
  827. object oBouton_Imprimer32 is cImage
  828. with 
  829.     Name is "Bouton Imprimer"; 
  830.     Shown is false; Cursor is oFingerCursor; 
  831.     X is 321; Y is 573; 
  832.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  833.     
  834.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  835.     
  836.     
  837.     Events is [
  838.         cMouseEnterEvent
  839.         with 
  840.             Commands is [
  841.                 cShowCommand
  842.                 with Target is oTargetSelf; end
  843.             ];
  844.         end,
  845.         cMouseLeaveEvent
  846.         with 
  847.             Commands is [
  848.                 cShowCommand
  849.                 with Target is oTargetSelf; Mode is Clear; end
  850.             ];
  851.         end,
  852.         cMouseUpEvent
  853.         with Flag is true; 
  854.             Commands is [
  855.                 cPrintCommand
  856.                 with Target is oTexte_RTF37; end
  857.             ];
  858.         end
  859.     ];
  860. end;
  861.  
  862. object oBouton_Sommaire33 is cImage
  863. with 
  864.     Name is "Bouton Sommaire"; 
  865.     Shown is false; Cursor is oFingerCursor; 
  866.     X is 13; Y is 573; 
  867.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  868.     
  869.     URL is "../Images/%E9cran%20somm.jpg"; 
  870.     
  871.     
  872.     Events is [
  873.         cMouseEnterEvent
  874.         with 
  875.             Commands is [
  876.                 cShowCommand
  877.                 with Target is oTargetSelf; end
  878.             ];
  879.         end,
  880.         cMouseLeaveEvent
  881.         with 
  882.             Commands is [
  883.                 cShowCommand
  884.                 with Target is oTargetSelf; Mode is Clear; end
  885.             ];
  886.         end,
  887.         cMouseUpEvent
  888.         with Flag is true; 
  889.             Commands is [
  890.                 cIfCookieCommand
  891.                 with CookieName is "zique"; Value is "oui"; 
  892.                     Commands is [
  893.                         cTokenCommand
  894.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  895.                     ];
  896.                 end,
  897.                 cBrowseCommand
  898.                 with URL is "sommaire.k"; end
  899.             ];
  900.         end
  901.     ];
  902. end;
  903.  
  904. object oBouton_Photos34 is cImage
  905. with 
  906.     Flags is $00000150; 
  907.     Name is "Bouton Photos"; 
  908.     Shown is false; Cursor is oFingerCursor; 
  909.     X is 475; Y is 573; 
  910.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  911.     
  912.     URL is "../Images/%E9cran%20photo.jpg"; 
  913.     
  914.     
  915.     Events is [
  916.         cMouseEnterEvent
  917.         with Flags is $00000004; 
  918.             Commands is [
  919.                 cShowCommand
  920.                 with Flags is $00000004; Target is oTargetSelf; end
  921.             ];
  922.         end,
  923.         cMouseLeaveEvent
  924.         with Flags is $00000004; 
  925.             Commands is [
  926.                 cShowCommand
  927.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  928.             ];
  929.         end,
  930.         cMouseUpEvent
  931.         with Flags is $00000004; Flag is true; 
  932.             Commands is [
  933.                 cBrowseCommand
  934.                 with URL is "e9s.k"; end
  935.             ];
  936.         end
  937.     ];
  938. end;
  939.  
  940. object oBouton_Vid_o35 is cImage
  941. with 
  942.     Flags is $00000150; 
  943.     Name is "Bouton Vid\$E9o"; 
  944.     Shown is false; Cursor is oFingerCursor; 
  945.     X is 629; Y is 573; 
  946.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  947.     
  948.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  949.     
  950.     
  951.     Events is [
  952.         cMouseEnterEvent
  953.         with Flags is $00000004; 
  954.             Commands is [
  955.                 cShowCommand
  956.                 with Flags is $00000004; Target is oTargetSelf; end
  957.             ];
  958.         end,
  959.         cMouseLeaveEvent
  960.         with Flags is $00000004; 
  961.             Commands is [
  962.                 cShowCommand
  963.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  964.             ];
  965.         end,
  966.         cMouseUpEvent
  967.         with Flags is $00000004; Flag is true; 
  968.             Commands is [
  969.                 cRunCommand
  970.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  971.                 cEnableCommand
  972.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  973.                 cShowCommand
  974.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  975.                 cDragCommand
  976.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  977.                 cGrowCommand
  978.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  979.                 cShowCommand
  980.                 with Flags is $00000004; Target is ovid_o38; end,
  981.                 cEnableCommand
  982.                 with Flags is $00000004; Target is ovid_o38; end,
  983.                 cRunCommand
  984.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  985.                 cEnableCommand
  986.                 with Flags is $00000004; Target is oglobal39; end
  987.             ];
  988.         end
  989.     ];
  990. end;
  991.  
  992. object oFiche_Technique36 is cImage
  993. with 
  994.     Flags is $00000150; 
  995.     Name is "Fiche Technique"; 
  996.     Region is {$FFFF000A,$00010000,$01AC0188};
  997.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  998.     X is 132; Y is 41; 
  999.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1000.     
  1001.     URL is "../Images/t9.jpg"; 
  1002.     
  1003.     
  1004.     Events is [
  1005.         cMouseUpEvent
  1006.         with Flags is $00000004; Flag is true; 
  1007.             Commands is [
  1008.                 cShowCommand
  1009.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1010.                 cEnableCommand
  1011.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1012.             ];
  1013.         end
  1014.     ];
  1015. end;
  1016.  
  1017. object oTexte_RTF37 is cRTFText
  1018. with 
  1019.     Flags is $00000550; 
  1020.     Name is "Texte RTF"; 
  1021.     Enabled is false; Shown is false; 
  1022.     Y is -160; 
  1023.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1024.     
  1025.     URL is "../Textes/s9.rtf"; 
  1026.     
  1027.     
  1028. end;
  1029.  
  1030. object ovid_o38 is cMPEGMovie
  1031. with 
  1032.     Name is "vid\$E9o"; 
  1033.     Shown is false; Cursor is oFingerCursor; 
  1034.     X is 615; Y is 418; 
  1035.     Width is 176; Height is 144; 
  1036.     
  1037.     URL is "../Videos/s9.mpg"; 
  1038.     Events is [
  1039.         cMouseUpEvent
  1040.         with Flag is true; 
  1041.             Commands is [
  1042.                 cRunCommand
  1043.                 with Target is ovid_o38; Mode is Clear; end,
  1044.                 cEnableCommand
  1045.                 with Target is ovid_o38; Mode is Clear; end,
  1046.                 cShowCommand
  1047.                 with Target is ovid_o38; Mode is Clear; end,
  1048.                 cDragCommand
  1049.                 with Target is ovid_o38; Mode is DragTo; end,
  1050.                 cGrowCommand
  1051.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1052.                 cShowCommand
  1053.                 with Target is ovid_o38; end,
  1054.                 cEnableCommand
  1055.                 with Target is ovid_o38; end,
  1056.                 cRunCommand
  1057.                 with Target is ovid_o38; Rewind is true; end,
  1058.                 cEnableCommand
  1059.                 with Target is oglobal39; end
  1060.             ];
  1061.         end,
  1062.         cFinishedEvent
  1063.         with 
  1064.             Commands is [
  1065.                 cPixelTool_IfSystemCommand
  1066.                 with 
  1067.                     Commands is [
  1068.                         cDragCommand
  1069.                         with Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  1070.                         cGrowCommand
  1071.                         with Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  1072.                         cEnableCommand
  1073.                         with Target is oglobal39; Mode is Clear; end,
  1074.                         cShowCommand
  1075.                         with Target is ovid_o38; end,
  1076.                         cEnableCommand
  1077.                         with Target is ovid_o38; end,
  1078.                         cRunCommand
  1079.                         with Target is ovid_o38; Rewind is true; end
  1080.                     ];
  1081.                 end,
  1082.                 cPixelTool_IfSystemCommand
  1083.                 with SetMode is IsWinTest; 
  1084.                     Commands is [
  1085.                         cDragCommand
  1086.                         with Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  1087.                         cGrowCommand
  1088.                         with Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  1089.                         cEnableCommand
  1090.                         with Target is oglobal39; Mode is Clear; end,
  1091.                         cShowCommand
  1092.                         with Target is ovid_o38; end,
  1093.                         cEnableCommand
  1094.                         with Target is ovid_o38; end,
  1095.                         cRunCommand
  1096.                         with Target is ovid_o38; Rewind is true; end
  1097.                     ];
  1098.                 end
  1099.             ];
  1100.         end
  1101.     ];
  1102. end;
  1103.  
  1104. object oglobal39 is cBox
  1105. with 
  1106.     Flags is $00000150; 
  1107.     Name is "global"; 
  1108.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1109.     X is 60; 
  1110.     Width is 800; Height is 600; 
  1111.     
  1112.     
  1113.     Events is [
  1114.         cMouseUpEvent
  1115.         with Flags is $00000004; Flag is true; 
  1116.             Commands is [
  1117.                 cPixelTool_IfSystemCommand
  1118.                 with Flags is $00000004; 
  1119.                     Commands is [
  1120.                         cShowCommand
  1121.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1122.                         cRunCommand
  1123.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1124.                         cEnableCommand
  1125.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1126.                         cEnableCommand
  1127.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1128.                         cDragCommand
  1129.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  1130.                         cGrowCommand
  1131.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  1132.                         cShowCommand
  1133.                         with Flags is $00000004; Target is ovid_o38; end,
  1134.                         cRunCommand
  1135.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1136.                         cEnableCommand
  1137.                         with Flags is $00000004; Target is ovid_o38; end
  1138.                     ];
  1139.                 end,
  1140.                 cPixelTool_IfSystemCommand
  1141.                 with Flags is $00000004; SetMode is IsWinTest; 
  1142.                     Commands is [
  1143.                         cShowCommand
  1144.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1145.                         cRunCommand
  1146.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1147.                         cEnableCommand
  1148.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1149.                         cEnableCommand
  1150.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1151.                         cDragCommand
  1152.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  1153.                         cGrowCommand
  1154.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  1155.                         cShowCommand
  1156.                         with Flags is $00000004; Target is ovid_o38; end,
  1157.                         cRunCommand
  1158.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1159.                         cEnableCommand
  1160.                         with Flags is $00000004; Target is ovid_o38; end
  1161.                     ];
  1162.                 end
  1163.             ];
  1164.         end
  1165.     ];
  1166. end;